Html Css Color HEX #267DF7 Dodger Blue

📋 copy color: '#267DF7'

red 38 ◦ green 125 ◦ blue 247

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

Shades of Dodger Blue #267DF7

Tints of Dodger Blue #267DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 60.24%

R = 9.27%
G = 30.49%
B = 60.24%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#267DF7 (or 0x267DF7) is known color: Dodger Blue. HEX triplet: 26, 7D and F7. RGB value is (38,125,247). Sum of RGB (Red+Green+Blue) = 38+125+247=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 247 (96.88% from 255 or 60.24% from 410); Max value from RGB is 247 - color contains mainly: blue. Hex color #267DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267DF7 is #D98208. Grayscale: #707070. Windows color (decimal): -14254601 or 16219430. OLE color: 16219430.

HSL color Cylindrical-coordinate representation of color #267DF7: hue angle of 215.02º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267DF7 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 38 125 247 -
CMYK 0.85 0.49 0 0.03
HSL 215.02º 0.93% 0.56% -
HSV(B) 215.02º 0.85% 0.97% -
XYZ 24.92 21.79 90.89 -
YUV 112.9 203.68 74.58 -
System Red Green Blue C M Y K H S L
Decimal 38 125 247 0.85 0.49 0 0.03 215.02 0.93 0.56
Hex 26 7D F7 55 31 0 3 D7 5D 38
Octal 46 175 367 125 61 0 3 327 135 70
Binary 100110 1111101 11110111 1010101 110001 0 11 11010111 1011101 111000

Color Harmonies of #267DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DF7

Black with #267DF7

Text Example


Text Example

White with #267DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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