Html Css Color HEX #267CFF Dodger Blue

📋 copy color: '#267CFF'

red 38 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #267CFF

Tints of Dodger Blue #267CFF

RGB

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

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

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

R = 9.11%
G = 29.74%
B = 61.15%

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

#267CFF (or 0x267CFF) is known color: Dodger Blue. HEX triplet: 26, 7C and FF. RGB value is (38,124,255). Sum of RGB (Red+Green+Blue) = 38+124+255=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #267CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CFF is #D98300. Grayscale: #707070. Windows color (decimal): -14254849 or 16743462. OLE color: 16743462.

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

Color convert

RGB 38 124 255 -
CMYK 0.85 0.51 0 0
HSL 216.22º 1% 0.57% -
HSV(B) 216.22º 0.85% 1% -
XYZ 26.06 22.05 97.49 -
YUV 113.22 208.01 74.35 -
System Red Green Blue C M Y K H S L
Decimal 38 124 255 0.85 0.51 0 0 216.22 1 0.57
Hex 26 7C FF 55 33 0 0 D8 64 39
Octal 46 174 377 125 63 0 0 330 144 71
Binary 100110 1111100 11111111 1010101 110011 0 0 11011000 1100100 111001

Color Harmonies of #267CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CFF

Black with #267CFF

Text Example


Text Example

White with #267CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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