Html Css Color HEX #267DD4 Curious Blue

📋 copy color: '#267DD4'

red 38 ◦ green 125 ◦ blue 212

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

Shades of Curious Blue #267DD4

Tints of Curious Blue #267DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 56.53%

R = 10.13%
G = 33.33%
B = 56.53%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#267DD4 (or 0x267DD4) is known color: Curious Blue. HEX triplet: 26, 7D and D4. RGB value is (38,125,212). Sum of RGB (Red+Green+Blue) = 38+125+212=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #267DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DD4 is #D9822B. Grayscale: #6C6C6C. Windows color (decimal): -14254636 or 13925670. OLE color: 13925670.

HSL color Cylindrical-coordinate representation of color #267DD4: hue angle of 210º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267DD4 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 38 125 212 -
CMYK 0.82 0.41 0 0.17
HSL 210º 0.7% 0.49% -
HSV(B) 210º 0.82% 0.83% -
XYZ 20.02 19.83 65.06 -
YUV 108.91 186.18 77.43 -
System Red Green Blue C M Y K H S L
Decimal 38 125 212 0.82 0.41 0 0.17 210 0.7 0.49
Hex 26 7D D4 52 29 0 11 D2 46 31
Octal 46 175 324 122 51 0 21 322 106 61
Binary 100110 1111101 11010100 1010010 101001 0 10001 11010010 1000110 110001

Color Harmonies of #267DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DD4

Black with #267DD4

Text Example


Text Example

White with #267DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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