Html Css Color HEX #267AF6 Dodger Blue

📋 copy color: '#267AF6'

red 38 ◦ green 122 ◦ blue 246

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

Shades of Dodger Blue #267AF6

Tints of Dodger Blue #267AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

 BLUE value IS 246 (96.48% from 255) = 60.59%

R = 9.36%
G = 30.05%
B = 60.59%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#267AF6 (or 0x267AF6) is known color: Dodger Blue. HEX triplet: 26, 7A and F6. RGB value is (38,122,246). Sum of RGB (Red+Green+Blue) = 38+122+246=406 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.36% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #267AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267AF6 is #D98509. Grayscale: #6E6E6E. Windows color (decimal): -14255370 or 16153126. OLE color: 16153126.

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

Color convert

RGB 38 122 246 -
CMYK 0.85 0.50 0 0.04
HSL 215.77º 0.92% 0.56% -
HSV(B) 215.77º 0.85% 0.96% -
XYZ 24.39 20.98 89.95 -
YUV 111.02 204.17 75.92 -
System Red Green Blue C M Y K H S L
Decimal 38 122 246 0.85 0.50 0 0.04 215.77 0.92 0.56
Hex 26 7A F6 55 32 0 4 D8 5C 38
Octal 46 172 366 125 62 0 4 330 134 70
Binary 100110 1111010 11110110 1010101 110010 0 100 11011000 1011100 111000

Color Harmonies of #267AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267AF6

Black with #267AF6

Text Example


Text Example

White with #267AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,122,246); }

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

background-color css

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

 a { background-color: rgb(38,122,246); }

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

border-color css

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

 span { border-color: rgb(38,122,246); }

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