Html Css Color HEX #267CFD Dodger Blue

📋 copy color: '#267CFD'

red 38 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #267CFD

Tints of Dodger Blue #267CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.96%

R = 9.16%
G = 29.88%
B = 60.96%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#267CFD (or 0x267CFD) is known color: Dodger Blue. HEX triplet: 26, 7C and FD. RGB value is (38,124,253). Sum of RGB (Red+Green+Blue) = 38+124+253=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #267CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CFD is #D98302. Grayscale: #707070. Windows color (decimal): -14254851 or 16612390. OLE color: 16612390.

HSL color Cylindrical-coordinate representation of color #267CFD: hue angle of 216º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267CFD is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 124 253 -
CMYK 0.85 0.51 0 0.01
HSL 216º 0.98% 0.57% -
HSV(B) 216º 0.85% 0.99% -
XYZ 25.74 21.92 95.8 -
YUV 112.99 207.01 74.51 -
System Red Green Blue C M Y K H S L
Decimal 38 124 253 0.85 0.51 0 0.01 216 0.98 0.57
Hex 26 7C FD 55 33 0 1 D8 62 39
Octal 46 174 375 125 63 0 1 330 142 71
Binary 100110 1111100 11111101 1010101 110011 0 1 11011000 1100010 111001

Color Harmonies of #267CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CFD

Black with #267CFD

Text Example


Text Example

White with #267CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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