Html Css Color HEX #267DF4 Dodger Blue

📋 copy color: '#267DF4'

red 38 ◦ green 125 ◦ blue 244

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

Shades of Dodger Blue #267DF4

Tints of Dodger Blue #267DF4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 244 (95.7% from 255) = 59.95%

R = 9.34%
G = 30.71%
B = 59.95%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#267DF4 (or 0x267DF4) is known color: Dodger Blue. HEX triplet: 26, 7D and F4. RGB value is (38,125,244). Sum of RGB (Red+Green+Blue) = 38+125+244=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #267DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267DF4 is #D9820B. Grayscale: #6F6F6F. Windows color (decimal): -14254604 or 16022822. OLE color: 16022822.

HSL color Cylindrical-coordinate representation of color #267DF4: hue angle of 214.66º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267DF4 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 125 244 -
CMYK 0.84 0.49 0 0.04
HSL 214.66º 0.9% 0.55% -
HSV(B) 214.66º 0.84% 0.96% -
XYZ 24.46 21.61 88.47 -
YUV 112.55 202.18 74.82 -
System Red Green Blue C M Y K H S L
Decimal 38 125 244 0.84 0.49 0 0.04 214.66 0.9 0.55
Hex 26 7D F4 54 31 0 4 D7 5A 37
Octal 46 175 364 124 61 0 4 327 132 67
Binary 100110 1111101 11110100 1010100 110001 0 100 11010111 1011010 110111

Color Harmonies of #267DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DF4

Black with #267DF4

Text Example


Text Example

White with #267DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,125,244); }

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

background-color css

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

 a { background-color: rgb(38,125,244); }

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

border-color css

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

 span { border-color: rgb(38,125,244); }

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