Html Css Color HEX #267FCC Curious Blue

📋 copy color: '#267FCC'

red 38 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #267FCC

Tints of Curious Blue #267FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 10.3%
G = 34.42%
B = 55.28%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#267FCC (or 0x267FCC) is known color: Curious Blue. HEX triplet: 26, 7F and CC. RGB value is (38,127,204). Sum of RGB (Red+Green+Blue) = 38+127+204=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #267FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FCC is #D98033. Grayscale: #6C6C6C. Windows color (decimal): -14254132 or 13401894. OLE color: 13401894.

HSL color Cylindrical-coordinate representation of color #267FCC: hue angle of 207.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267FCC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 127 204 -
CMYK 0.81 0.38 0 0.2
HSL 207.83º 0.69% 0.47% -
HSV(B) 207.83º 0.81% 0.8% -
XYZ 19.29 19.95 59.96 -
YUV 109.17 181.51 77.24 -
System Red Green Blue C M Y K H S L
Decimal 38 127 204 0.81 0.38 0 0.2 207.83 0.69 0.47
Hex 26 7F CC 51 26 0 14 D0 45 2F
Octal 46 177 314 121 46 0 24 320 105 57
Binary 100110 1111111 11001100 1010001 100110 0 10100 11010000 1000101 101111

Color Harmonies of #267FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FCC

Black with #267FCC

Text Example


Text Example

White with #267FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,127,204); }

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

background-color css

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

 a { background-color: rgb(38,127,204); }

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

border-color css

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

 span { border-color: rgb(38,127,204); }

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