Html Css Color HEX #267CE4 Dodger Blue

📋 copy color: '#267CE4'

red 38 ◦ green 124 ◦ blue 228

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

Shades of Dodger Blue #267CE4

Tints of Dodger Blue #267CE4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 228 (89.45% from 255) = 58.46%

R = 9.74%
G = 31.79%
B = 58.46%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#267CE4 (or 0x267CE4) is known color: Dodger Blue. HEX triplet: 26, 7C and E4. RGB value is (38,124,228). Sum of RGB (Red+Green+Blue) = 38+124+228=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #267CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CE4 is #D9831B. Grayscale: #6D6D6D. Windows color (decimal): -14254876 or 14973990. OLE color: 14973990.

HSL color Cylindrical-coordinate representation of color #267CE4: hue angle of 212.84º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267CE4 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 38 124 228 -
CMYK 0.83 0.46 0 0.11
HSL 212.84º 0.78% 0.52% -
HSV(B) 212.84º 0.83% 0.89% -
XYZ 22.01 20.43 76.18 -
YUV 110.14 194.51 76.54 -
System Red Green Blue C M Y K H S L
Decimal 38 124 228 0.83 0.46 0 0.11 212.84 0.78 0.52
Hex 26 7C E4 53 2E 0 B D5 4E 34
Octal 46 174 344 123 56 0 13 325 116 64
Binary 100110 1111100 11100100 1010011 101110 0 1011 11010101 1001110 110100

Color Harmonies of #267CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CE4

Black with #267CE4

Text Example


Text Example

White with #267CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,124,228); }

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

background-color css

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

 a { background-color: rgb(38,124,228); }

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

border-color css

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

 span { border-color: rgb(38,124,228); }

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