Html Css Color HEX #307FCF Curious Blue

📋 copy color: '#307FCF'

red 48 ◦ green 127 ◦ blue 207

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

Shades of Curious Blue #307FCF

Tints of Curious Blue #307FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 12.57%
G = 33.25%
B = 54.19%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#307FCF (or 0x307FCF) is known color: Curious Blue. HEX triplet: 30, 7F and CF. RGB value is (48,127,207). Sum of RGB (Red+Green+Blue) = 48+127+207=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #307FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FCF is #CF8030. Grayscale: #707070. Windows color (decimal): -13598769 or 13598512. OLE color: 13598512.

HSL color Cylindrical-coordinate representation of color #307FCF: hue angle of 210.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307FCF is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 127 207 -
CMYK 0.77 0.39 0 0.19
HSL 210.19º 0.62% 0.5% -
HSV(B) 210.19º 0.77% 0.81% -
XYZ 20.07 20.31 61.89 -
YUV 112.5 181.33 82 -
System Red Green Blue C M Y K H S L
Decimal 48 127 207 0.77 0.39 0 0.19 210.19 0.62 0.5
Hex 30 7F CF 4D 27 0 13 D2 3E 32
Octal 60 177 317 115 47 0 23 322 76 62
Binary 110000 1111111 11001111 1001101 100111 0 10011 11010010 111110 110010

Color Harmonies of #307FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FCF

Black with #307FCF

Text Example


Text Example

White with #307FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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