Html Css Color HEX #267ED5 Curious Blue

📋 copy color: '#267ED5'

red 38 ◦ green 126 ◦ blue 213

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

Shades of Curious Blue #267ED5

Tints of Curious Blue #267ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 10.08%
G = 33.42%
B = 56.5%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#267ED5 (or 0x267ED5) is known color: Curious Blue. HEX triplet: 26, 7E and D5. RGB value is (38,126,213). Sum of RGB (Red+Green+Blue) = 38+126+213=377 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.08% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #267ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ED5 is #D9812A. Grayscale: #6D6D6D. Windows color (decimal): -14254379 or 13991462. OLE color: 13991462.

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

Color convert

RGB 38 126 213 -
CMYK 0.82 0.41 0 0.16
HSL 209.83º 0.7% 0.49% -
HSV(B) 209.83º 0.82% 0.84% -
XYZ 20.27 20.14 65.77 -
YUV 109.61 186.35 76.93 -
System Red Green Blue C M Y K H S L
Decimal 38 126 213 0.82 0.41 0 0.16 209.83 0.7 0.49
Hex 26 7E D5 52 29 0 10 D2 46 31
Octal 46 176 325 122 51 0 20 322 106 61
Binary 100110 1111110 11010101 1010010 101001 0 10000 11010010 1000110 110001

Color Harmonies of #267ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ED5

Black with #267ED5

Text Example


Text Example

White with #267ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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