Html Css Color HEX #267CEF Dodger Blue

📋 copy color: '#267CEF'

red 38 ◦ green 124 ◦ blue 239

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

Shades of Dodger Blue #267CEF

Tints of Dodger Blue #267CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 9.48%
G = 30.92%
B = 59.6%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#267CEF (or 0x267CEF) is known color: Dodger Blue. HEX triplet: 26, 7C and EF. RGB value is (38,124,239). Sum of RGB (Red+Green+Blue) = 38+124+239=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #267CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CEF is #D98310. Grayscale: #6E6E6E. Windows color (decimal): -14254865 or 15694886. OLE color: 15694886.

HSL color Cylindrical-coordinate representation of color #267CEF: hue angle of 214.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267CEF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 124 239 -
CMYK 0.84 0.48 0 0.06
HSL 214.33º 0.86% 0.54% -
HSV(B) 214.33º 0.84% 0.94% -
XYZ 23.59 21.06 84.48 -
YUV 111.4 200.01 75.65 -
System Red Green Blue C M Y K H S L
Decimal 38 124 239 0.84 0.48 0 0.06 214.33 0.86 0.54
Hex 26 7C EF 54 30 0 6 D6 56 36
Octal 46 174 357 124 60 0 6 326 126 66
Binary 100110 1111100 11101111 1010100 110000 0 110 11010110 1010110 110110

Color Harmonies of #267CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CEF

Black with #267CEF

Text Example


Text Example

White with #267CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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