Html Css Color HEX #267ECE Curious Blue

📋 copy color: '#267ECE'

red 38 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #267ECE

Tints of Curious Blue #267ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 10.27%
G = 34.05%
B = 55.68%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#267ECE (or 0x267ECE) is known color: Curious Blue. HEX triplet: 26, 7E and CE. RGB value is (38,126,206). Sum of RGB (Red+Green+Blue) = 38+126+206=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #267ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ECE is #D98131. Grayscale: #6C6C6C. Windows color (decimal): -14254386 or 13532710. OLE color: 13532710.

HSL color Cylindrical-coordinate representation of color #267ECE: hue angle of 208.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267ECE is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 126 206 -
CMYK 0.82 0.39 0 0.19
HSL 208.57º 0.69% 0.48% -
HSV(B) 208.57º 0.82% 0.81% -
XYZ 19.4 19.79 61.19 -
YUV 108.81 182.85 77.5 -
System Red Green Blue C M Y K H S L
Decimal 38 126 206 0.82 0.39 0 0.19 208.57 0.69 0.48
Hex 26 7E CE 52 27 0 13 D1 45 30
Octal 46 176 316 122 47 0 23 321 105 60
Binary 100110 1111110 11001110 1010010 100111 0 10011 11010001 1000101 110000

Color Harmonies of #267ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ECE

Black with #267ECE

Text Example


Text Example

White with #267ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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