Html Css Color HEX #267DC8 Curious Blue

📋 copy color: '#267DC8'

red 38 ◦ green 125 ◦ blue 200

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

Shades of Curious Blue #267DC8

Tints of Curious Blue #267DC8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 10.47%
G = 34.44%
B = 55.1%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#267DC8 (or 0x267DC8) is known color: Curious Blue. HEX triplet: 26, 7D and C8. RGB value is (38,125,200). Sum of RGB (Red+Green+Blue) = 38+125+200=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #267DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DC8 is #D98237. Grayscale: #6B6B6B. Windows color (decimal): -14254648 or 13139238. OLE color: 13139238.

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

Color convert

RGB 38 125 200 -
CMYK 0.81 0.38 0 0.22
HSL 207.78º 0.68% 0.47% -
HSV(B) 207.78º 0.81% 0.78% -
XYZ 18.56 19.25 57.38 -
YUV 107.54 180.18 78.4 -
System Red Green Blue C M Y K H S L
Decimal 38 125 200 0.81 0.38 0 0.22 207.78 0.68 0.47
Hex 26 7D C8 51 26 0 16 D0 44 2F
Octal 46 175 310 121 46 0 26 320 104 57
Binary 100110 1111101 11001000 1010001 100110 0 10110 11010000 1000100 101111

Color Harmonies of #267DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DC8

Black with #267DC8

Text Example


Text Example

White with #267DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,125,200); }

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

background-color css

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

 a { background-color: rgb(38,125,200); }

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

border-color css

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

 span { border-color: rgb(38,125,200); }

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