Html Css Color HEX #267EC0 Curious Blue

📋 copy color: '#267EC0'

red 38 ◦ green 126 ◦ blue 192

#267EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #267EC0

Tints of Curious Blue #267EC0

RGB

 RED value IS 38 (15.23% from 255) = 10.67%

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 192 (75.39% from 255) = 53.93%

R = 10.67%
G = 35.39%
B = 53.93%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#267EC0 (or 0x267EC0) is known color: Curious Blue. HEX triplet: 26, 7E and C0. RGB value is (38,126,192). Sum of RGB (Red+Green+Blue) = 38+126+192=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #267EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EC0 is #D9813F. Grayscale: #6A6A6A. Windows color (decimal): -14254400 or 12615206. OLE color: 12615206.

HSL color Cylindrical-coordinate representation of color #267EC0: hue angle of 205.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267EC0 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 126 192 -
CMYK 0.80 0.34 0 0.25
HSL 205.71º 0.67% 0.45% -
HSV(B) 205.71º 0.8% 0.75% -
XYZ 17.77 19.14 52.63 -
YUV 107.21 175.85 78.63 -
System Red Green Blue C M Y K H S L
Decimal 38 126 192 0.80 0.34 0 0.25 205.71 0.67 0.45
Hex 26 7E C0 50 22 0 19 CE 43 2D
Octal 46 176 300 120 42 0 31 316 103 55
Binary 100110 1111110 11000000 1010000 100010 0 11001 11001110 1000011 101101

Color Harmonies of #267EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EC0

Black with #267EC0

Text Example


Text Example

White with #267EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267EC0; }

 p { color: rgb(38,126,192); }

 H1.HeaderClassName
 {
   color: #267EC0;
 }
 .AnyTagClassName
 {
   color: #267EC0;
 }
</style>

background-color css

<style>
 a { background-color: #267EC0; }

 a { background-color: rgb(38,126,192); }

 div.DivClassName
 {
   background-color: #267EC0;
 }
 .BgClassName
 {
   background-color: #267EC0;
 }
</style>

border-color css

<style>
 span { border-color: #267EC0; }

 span { border-color: rgb(38,126,192); }

 td.TdClassName
 {
   border-color: #267EC0;
 }
 .TagClassName
 {
   border-color: #267EC0;
 }
</style>