Html Css Color HEX #267DFF Dodger Blue

📋 copy color: '#267DFF'

red 38 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #267DFF

Tints of Dodger Blue #267DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61%

R = 9.09%
G = 29.9%
B = 61%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#267DFF (or 0x267DFF) is known color: Dodger Blue. HEX triplet: 26, 7D and FF. RGB value is (38,125,255). Sum of RGB (Red+Green+Blue) = 38+125+255=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #267DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267DFF is #D98200. Grayscale: #717171. Windows color (decimal): -14254593 or 16743718. OLE color: 16743718.

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

Color convert

RGB 38 125 255 -
CMYK 0.85 0.51 0 0
HSL 215.94º 1% 0.57% -
HSV(B) 215.94º 0.85% 1% -
XYZ 26.18 22.3 97.53 -
YUV 113.81 207.68 73.93 -
System Red Green Blue C M Y K H S L
Decimal 38 125 255 0.85 0.51 0 0 215.94 1 0.57
Hex 26 7D FF 55 33 0 0 D8 64 39
Octal 46 175 377 125 63 0 0 330 144 71
Binary 100110 1111101 11111111 1010101 110011 0 0 11011000 1100100 111001

Color Harmonies of #267DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DFF

Black with #267DFF

Text Example


Text Example

White with #267DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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