Html Css Color HEX #418FFC Dodger Blue

📋 copy color: '#418FFC'

red 65 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #418FFC

Tints of Dodger Blue #418FFC

RGB

 RED value IS 65 (25.78% from 255) = 14.13%

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 14.13%
G = 31.09%
B = 54.78%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#418FFC (or 0x418FFC) is known color: Dodger Blue. HEX triplet: 41, 8F and FC. RGB value is (65,143,252). Sum of RGB (Red+Green+Blue) = 65+143+252=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #418FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FFC is #BE7003. Grayscale: #838383. Windows color (decimal): -12480516 or 16551745. OLE color: 16551745.

HSL color Cylindrical-coordinate representation of color #418FFC: hue angle of 214.97º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418FFC is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 143 252 -
CMYK 0.74 0.43 0 0.01
HSL 214.97º 0.97% 0.62% -
HSV(B) 214.97º 0.74% 0.99% -
XYZ 29.57 27.8 95.9 -
YUV 132.1 195.66 80.14 -
System Red Green Blue C M Y K H S L
Decimal 65 143 252 0.74 0.43 0 0.01 214.97 0.97 0.62
Hex 41 8F FC 4A 2B 0 1 D7 61 3E
Octal 101 217 374 112 53 0 1 327 141 76
Binary 1000001 10001111 11111100 1001010 101011 0 1 11010111 1100001 111110

Color Harmonies of #418FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FFC

Black with #418FFC

Text Example


Text Example

White with #418FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418FFC; }

 p { color: rgb(65,143,252); }

 H1.HeaderClassName
 {
   color: #418FFC;
 }
 .AnyTagClassName
 {
   color: #418FFC;
 }
</style>

background-color css

<style>
 a { background-color: #418FFC; }

 a { background-color: rgb(65,143,252); }

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

border-color css

<style>
 span { border-color: #418FFC; }

 span { border-color: rgb(65,143,252); }

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