Html Css Color HEX #267FFF Dodger Blue

📋 copy color: '#267FFF'

red 38 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #267FFF

Tints of Dodger Blue #267FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 9.05%
G = 30.24%
B = 60.71%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#267FFF (or 0x267FFF) is known color: Dodger Blue. HEX triplet: 26, 7F and FF. RGB value is (38,127,255). Sum of RGB (Red+Green+Blue) = 38+127+255=420 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.05% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #267FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FFF is #D98000. Grayscale: #727272. Windows color (decimal): -14254081 or 16744230. OLE color: 16744230.

HSL color Cylindrical-coordinate representation of color #267FFF: hue angle of 215.39º 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 #267FFF is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 127 255 -
CMYK 0.85 0.50 0 0
HSL 215.39º 1% 0.57% -
HSV(B) 215.39º 0.85% 1% -
XYZ 26.44 22.81 97.62 -
YUV 114.98 207.01 73.09 -
System Red Green Blue C M Y K H S L
Decimal 38 127 255 0.85 0.50 0 0 215.39 1 0.57
Hex 26 7F FF 55 32 0 0 D7 64 39
Octal 46 177 377 125 62 0 0 327 144 71
Binary 100110 1111111 11111111 1010101 110010 0 0 11010111 1100100 111001

Color Harmonies of #267FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FFF

Black with #267FFF

Text Example


Text Example

White with #267FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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