Html Css Color HEX #307FFC Dodger Blue

📋 copy color: '#307FFC'

red 48 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #307FFC

Tints of Dodger Blue #307FFC

RGB

 RED value IS 48 (19.14% from 255) = 11.24%

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

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

R = 11.24%
G = 29.74%
B = 59.02%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#307FFC (or 0x307FFC) is known color: Dodger Blue. HEX triplet: 30, 7F and FC. RGB value is (48,127,252). Sum of RGB (Red+Green+Blue) = 48+127+252=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #307FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FFC is #CF8003. Grayscale: #757575. Windows color (decimal): -13598724 or 16547632. OLE color: 16547632.

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

Color convert

RGB 48 127 252 -
CMYK 0.81 0.50 0 0.01
HSL 216.76º 0.97% 0.59% -
HSV(B) 216.76º 0.81% 0.99% -
XYZ 26.38 22.84 95.11 -
YUV 117.63 203.83 78.34 -
System Red Green Blue C M Y K H S L
Decimal 48 127 252 0.81 0.50 0 0.01 216.76 0.97 0.59
Hex 30 7F FC 51 32 0 1 D9 61 3B
Octal 60 177 374 121 62 0 1 331 141 73
Binary 110000 1111111 11111100 1010001 110010 0 1 11011001 1100001 111011

Color Harmonies of #307FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FFC

Black with #307FFC

Text Example


Text Example

White with #307FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,252); }

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

background-color css

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

 a { background-color: rgb(48,127,252); }

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

border-color css

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

 span { border-color: rgb(48,127,252); }

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