Html Css Color HEX #267EEC Dodger Blue

📋 copy color: '#267EEC'

red 38 ◦ green 126 ◦ blue 236

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

Shades of Dodger Blue #267EEC

Tints of Dodger Blue #267EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59%

R = 9.5%
G = 31.5%
B = 59%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#267EEC (or 0x267EEC) is known color: Dodger Blue. HEX triplet: 26, 7E and EC. RGB value is (38,126,236). Sum of RGB (Red+Green+Blue) = 38+126+236=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #267EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267EEC is #D98113. Grayscale: #6F6F6F. Windows color (decimal): -14254356 or 15498790. OLE color: 15498790.

HSL color Cylindrical-coordinate representation of color #267EEC: hue angle of 213.33º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267EEC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 126 236 -
CMYK 0.84 0.47 0 0.07
HSL 213.33º 0.84% 0.54% -
HSV(B) 213.33º 0.84% 0.93% -
XYZ 23.4 21.39 82.25 -
YUV 112.23 197.85 75.06 -
System Red Green Blue C M Y K H S L
Decimal 38 126 236 0.84 0.47 0 0.07 213.33 0.84 0.54
Hex 26 7E EC 54 2F 0 7 D5 54 36
Octal 46 176 354 124 57 0 7 325 124 66
Binary 100110 1111110 11101100 1010100 101111 0 111 11010101 1010100 110110

Color Harmonies of #267EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EEC

Black with #267EEC

Text Example


Text Example

White with #267EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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