Html Css Color HEX #267CF9 Dodger Blue

📋 copy color: '#267CF9'

red 38 ◦ green 124 ◦ blue 249

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

Shades of Dodger Blue #267CF9

Tints of Dodger Blue #267CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 9.25%
G = 30.17%
B = 60.58%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#267CF9 (or 0x267CF9) is known color: Dodger Blue. HEX triplet: 26, 7C and F9. RGB value is (38,124,249). Sum of RGB (Red+Green+Blue) = 38+124+249=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #267CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CF9 is #D98306. Grayscale: #6F6F6F. Windows color (decimal): -14254855 or 16350246. OLE color: 16350246.

HSL color Cylindrical-coordinate representation of color #267CF9: hue angle of 215.55º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267CF9 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 124 249 -
CMYK 0.85 0.50 0 0.02
HSL 215.55º 0.95% 0.56% -
HSV(B) 215.55º 0.85% 0.98% -
XYZ 25.11 21.67 92.48 -
YUV 112.54 205.01 74.84 -
System Red Green Blue C M Y K H S L
Decimal 38 124 249 0.85 0.50 0 0.02 215.55 0.95 0.56
Hex 26 7C F9 55 32 0 2 D8 5F 38
Octal 46 174 371 125 62 0 2 330 137 70
Binary 100110 1111100 11111001 1010101 110010 0 10 11011000 1011111 111000

Color Harmonies of #267CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CF9

Black with #267CF9

Text Example


Text Example

White with #267CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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