Html Css Color HEX #307EFC Dodger Blue

📋 copy color: '#307EFC'

red 48 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #307EFC

Tints of Dodger Blue #307EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.58%

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

R = 11.27%
G = 29.58%
B = 59.15%

CMYK

 C value IS 0.81

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#307EFC (or 0x307EFC) is known color: Dodger Blue. HEX triplet: 30, 7E and FC. RGB value is (48,126,252). Sum of RGB (Red+Green+Blue) = 48+126+252=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #307EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307EFC is #CF8103. Grayscale: #747474. Windows color (decimal): -13598980 or 16547376. OLE color: 16547376.

HSL color Cylindrical-coordinate representation of color #307EFC: hue angle of 217.06º 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 #307EFC is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 126 252 -
CMYK 0.81 0.5 0 0.01
HSL 217.06º 0.97% 0.59% -
HSV(B) 217.06º 0.81% 0.99% -
XYZ 26.25 22.58 95.07 -
YUV 117.04 204.16 78.75 -
System Red Green Blue C M Y K H S L
Decimal 48 126 252 0.81 0.5 0 0.01 217.06 0.97 0.59
Hex 30 7E FC 51 32 0 1 D9 61 3B
Octal 60 176 374 121 62 0 1 331 141 73
Binary 110000 1111110 11111100 1010001 110010 0 1 11011001 1100001 111011

Color Harmonies of #307EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307EFC

Black with #307EFC

Text Example


Text Example

White with #307EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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