Html Css Color HEX #267ED3 Curious Blue

📋 copy color: '#267ED3'

red 38 ◦ green 126 ◦ blue 211

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

Shades of Curious Blue #267ED3

Tints of Curious Blue #267ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.27%

R = 10.13%
G = 33.6%
B = 56.27%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#267ED3 (or 0x267ED3) is known color: Curious Blue. HEX triplet: 26, 7E and D3. RGB value is (38,126,211). Sum of RGB (Red+Green+Blue) = 38+126+211=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 211 (82.81% from 255 or 56.27% from 375); Max value from RGB is 211 - color contains mainly: blue. Hex color #267ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ED3 is #D9812C. Grayscale: #6C6C6C. Windows color (decimal): -14254381 or 13860390. OLE color: 13860390.

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

Color convert

RGB 38 126 211 -
CMYK 0.82 0.40 0 0.17
HSL 209.48º 0.69% 0.49% -
HSV(B) 209.48º 0.82% 0.83% -
XYZ 20.02 20.04 64.44 -
YUV 109.38 185.35 77.09 -
System Red Green Blue C M Y K H S L
Decimal 38 126 211 0.82 0.40 0 0.17 209.48 0.69 0.49
Hex 26 7E D3 52 28 0 11 D1 45 31
Octal 46 176 323 122 50 0 21 321 105 61
Binary 100110 1111110 11010011 1010010 101000 0 10001 11010001 1000101 110001

Color Harmonies of #267ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ED3

Black with #267ED3

Text Example


Text Example

White with #267ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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