Html Css Color HEX #267CF5 Dodger Blue

📋 copy color: '#267CF5'

red 38 ◦ green 124 ◦ blue 245

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

Shades of Dodger Blue #267CF5

Tints of Dodger Blue #267CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 60.2%

R = 9.34%
G = 30.47%
B = 60.2%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#267CF5 (or 0x267CF5) is known color: Dodger Blue. HEX triplet: 26, 7C and F5. RGB value is (38,124,245). Sum of RGB (Red+Green+Blue) = 38+124+245=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #267CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CF5 is #D9830A. Grayscale: #6F6F6F. Windows color (decimal): -14254859 or 16088102. OLE color: 16088102.

HSL color Cylindrical-coordinate representation of color #267CF5: hue angle of 215.07º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267CF5 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 124 245 -
CMYK 0.84 0.49 0 0.04
HSL 215.07º 0.91% 0.55% -
HSV(B) 215.07º 0.84% 0.96% -
XYZ 24.49 21.42 89.23 -
YUV 112.08 203.01 75.16 -
System Red Green Blue C M Y K H S L
Decimal 38 124 245 0.84 0.49 0 0.04 215.07 0.91 0.55
Hex 26 7C F5 54 31 0 4 D7 5B 37
Octal 46 174 365 124 61 0 4 327 133 67
Binary 100110 1111100 11110101 1010100 110001 0 100 11010111 1011011 110111

Color Harmonies of #267CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CF5

Black with #267CF5

Text Example


Text Example

White with #267CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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