Html Css Color HEX #267CCE Curious Blue

📋 copy color: '#267CCE'

red 38 ◦ green 124 ◦ blue 206

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

Shades of Curious Blue #267CCE

Tints of Curious Blue #267CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 10.33%
G = 33.7%
B = 55.98%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#267CCE (or 0x267CCE) is known color: Curious Blue. HEX triplet: 26, 7C and CE. RGB value is (38,124,206). Sum of RGB (Red+Green+Blue) = 38+124+206=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #267CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CCE is #D98331. Grayscale: #6B6B6B. Windows color (decimal): -14254898 or 13532198. OLE color: 13532198.

HSL color Cylindrical-coordinate representation of color #267CCE: hue angle of 209.29º 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 #267CCE is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 124 206 -
CMYK 0.82 0.40 0 0.19
HSL 209.29º 0.69% 0.48% -
HSV(B) 209.29º 0.82% 0.81% -
XYZ 19.15 19.28 61.11 -
YUV 107.63 183.51 78.33 -
System Red Green Blue C M Y K H S L
Decimal 38 124 206 0.82 0.40 0 0.19 209.29 0.69 0.48
Hex 26 7C CE 52 28 0 13 D1 45 30
Octal 46 174 316 122 50 0 23 321 105 60
Binary 100110 1111100 11001110 1010010 101000 0 10011 11010001 1000101 110000

Color Harmonies of #267CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CCE

Black with #267CCE

Text Example


Text Example

White with #267CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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